home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6033 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  725 b 

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Class
  5. Date: 21 Feb 1996 14:06:09 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gg50hINNadf@keats.ugrad.cs.ubc.ca>
  8. References: <4ge2qv$2sr6@useneta1.news.prodigy.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <4ge2qv$2sr6@useneta1.news.prodigy.com>,
  12. John Hrabic <JKUG26A@prodigy.com> wrote:
  13.  >Need proram that uses a class to create a linked list of two polynomials 
  14.  >and add them together
  15.  
  16. The C language has no such thing as ``class''. It has structures, pointers,
  17. unions and arrays. Perhaps you were looking for ``comp.lang.c++''.
  18. -- 
  19.  
  20.